From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:28:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56440 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=df1890b0d7979304280560fc3dd5b81f1b426442;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc49c740360..3f7b9806bfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-07-02 Juanma Barranquero + + * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo. + + * textmodes/reftex-cite.el (reftex-citation): Fix typo. + + * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent): Fix typo. + 2002-07-02 Kim F. Storm * emacs-lisp/bindat.el: New file. diff --git a/src/ChangeLog b/src/ChangeLog index 0881aa1a2c4..59ff06c79da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Juanma Barranquero + + * keymap.c (syms_of_keymap): Fix typo. + 2002-07-01 Andrew Choi * s/darwin.h: Define POSIX_SIGNALS.